API Documentation for optgroup_columns Plugin
options : Object
Available options for optgroup_columns plugin
Kind: global typedef
Author: Simon Hewitt
Param | Type | Default |
---|---|---|
[equalizeWidth] | boolean | true |
[equalizeHeight] | boolean | true |
Example
$('select').selectize({
plugins: [
{
optgroup_columns: {
equalizeWidth: false,
equalizeHeight: false,
}
}
]
});